ActiveReports Developer 7
DoubleArray Constructor(DateTime[])
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(DateTime[])

data
Specifies the date time data for the array.

Glossary Item Box

Initializes a new instance of the DoubleArray class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As System.Date _
)
C# 
public DoubleArray( 
   System.DateTime[] data
)

Parameters

data
Specifies the date time data for the array.

See Also